projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2778c64
)
(EMACS_INT, EMACS_UINT): New typedefs.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 23:36:08 +0000
(23:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 23:36:08 +0000
(23:36 +0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index fbe0f2da436f99075634bc1c33415c698a48de47..b015a2b531229d7061327a2d7b86fed0674b74d4 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-166,6
+166,11
@@
and this notice must be preserved on all copies. */
#undef config_machfile
#include config_machfile
+#ifndef SPECIAL_EMACS_INT
+typedef long EMACS_INT;
+typedef unsigned long EMACS_UINT;
+#endif
+
/* Load in the conversion definitions if this system
needs them and the source file being compiled has not
said to inhibit this. There should be no need for you